home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
3863
/
3863.xpi
/
chrome
/
imacros.jar
/
content
/
keydlg1.js
< prev
next >
Wrap
Text File
|
2010-01-25
|
568b
|
5 lines
/*
(c) Copyright 2006 iOpus Software GmbH - http://www.iopus.com
*/
function do_accept(){var pwdfiled=document.getElementById("password-field");if("arguments"in window&&window.arguments.length>0){window.arguments[0].password=pwdfiled.value;}window.close();};window.onload=function(){var pwdfiled=document.getElementById("password-field");if("arguments"in window&&window.arguments.length>0){pwdfiled.value=window.arguments[0].password;}pwdfiled.focus();pwdfiled.select();pwdfiled.clickSelectsAll=true;};function onKeypress(evt){if(evt.keyCode==13){do_accept();}}